home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9806 / 000273_nealc@lsil.com _Thu Jun 25 08:08:54 1998.msg < prev    next >
Internet Message Format  |  1998-06-30  |  2KB

  1. Return-Path: <nealc@lsil.com>
  2. Received: from lsi.lsil.com (lsi.lsil.com [147.145.40.2])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id IAA13655
  4.     for <willy@odie.barnet.ac.uk>; Thu, 25 Jun 1998 08:08:47 +0100
  5. Received: from mhost.lsil.com (mhost.lsil.com [147.145.69.84]) by lsi.lsil.com with SMTP id AAA01434
  6.   (8.6.12/IDA-1.6); Thu, 25 Jun 1998 00:36:54 -0700
  7. Received: from lonfs01.lsil.com by mhost.lsil.com id AA16615
  8.   (4.1/SMI-4.1 for willy@odie.barnet.ac.uk); Thu, 25 Jun 98 00:35:58 PDT
  9. Received: from lsil.com (lonws171) by lonfs01.lsil.com (4.1/LSI-1.2)
  10.     id AA28919; Thu, 25 Jun 98 08:35:54 BST
  11. Sender: nealc@lsil.com
  12. Message-Id: <3591FDD8.35CCCE6A@lsil.com>
  13. Date: Thu, 25 Jun 1998 08:35:52 +0100
  14. From: Neal Crook <nealc@lsil.com>
  15. Organization: LSI Logic
  16. X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.5.1 sun4u)
  17. Mime-Version: 1.0
  18. To: Matthew Wilcox <willy@odie.barnet.ac.uk>
  19. Cc: andrewm@corelcomputer.com, linux-arm@vger.rutgers.edu
  20. Subject: Re: ARM and RPM
  21. References: <199806241757.SAA12342@odie.barnet.ac.uk>
  22. Content-Type: text/plain; charset=us-ascii
  23. Content-Transfer-Encoding: 7bit
  24. Status: RO
  25.  
  26. >From the ARM ARM (Architecture Ref. Manual):
  27.  
  28. "Architecture "Version 4" added halfword loads and stores, sign-extending byte and
  29. half-word load, a new privileged mode and defines several new undefined instructions"
  30.  
  31. The ARM7, ARM710, StrongARM1 (eg SA-110) are all Version 4 architectures, as is ARM9.
  32. In fact, Most ARM7 are ARM7T (they include the Thumb instruction set) which is
  33. architecture 4T.
  34.  
  35. Neal.
  36.  
  37.  
  38. Matthew Wilcox wrote:
  39. > andrewm@corelcomputer.com
  40. > >
  41. > > I'm working on RPM and designing a rpmrc we can all live with.
  42. > > I need to know what "uname -m" people see other than "sa110",
  43. > > and what the ARM architecture is for that processor.
  44. > You can find all the details in linux/arch/arm/kernel/setup.c
  45. > `arm2', `arm250' and `arm3' are all ARM Architecture 2 processors.  ie
  46. > they only have 26-bit modes.
  47. > `arm6', `arm610' `arm7' and `arm710' are ARM Architecture 3 processors.
  48. > For applications, this should be no different to `sa110' (which is ARM
  49. > Architecture 4).
  50. > If an `arm810' machine is ever supported, this is also ARM Architecture 4.
  51. > I doubt Linux will ever support the `arm1'  ;-)  Though if anyone fancies
  52. > it I know someone who has one... ;-)